home *** CD-ROM | disk | FTP | other *** search
- PROGRAM NAME: Err_hist.PRG
-
- DESCRIPTION: Error-trapping program for debugging.
-
- ISSUE: October, 1985
- PAGE: 19
-
- SOFTWARE VERSIONS: dBASE III, Developer's Release
-
- FUNCTION: This program demonstrates the use of ON ERROR as a
- debugging tool to trap the status of your program when an error
- occurs. It produces an alternate file that records the state of
- error.
-
- FILES NEEDED: Err_hist.PRG
-
- SETUP INSTRUCTIONS: In any of your command files, insert the
- command ON ERROR DO Err_hist.